|
Compounds |
| struct | Color565 |
| struct | Color8888 |
| struct | DXTAlphaBlock3BitLinear |
| struct | DXTAlphaBlockExplicit |
| struct | DXTColBlock |
Functions |
| deBoolean | DecompressDXTC (const void *source, void *target, long Width, long Height, long TP, IdeDriver::BPP SFormat, IdeDriver::BPP TFormat) |
| void | GetColorBlockColors (DXTColBlock *pBlock, deARGB *col_0, deARGB *col_1, deARGB *col_2, deARGB *col_3) |
| void | DecodeColorBlock (u8 *pImPos, const DXTColBlock *pColorBlock, int TP, IdeDriver::BPP format, int bytedepth, deARGB col_0, deARGB col_1, deARGB col_2, deARGB col_3) |
| void | DecodeAlphaExplicit (u8 *pImPos, IdeDriver::BPP format, int bytedepth, DXTAlphaBlockExplicit *pAlphaBlock, int TP) |
| deBoolean | DecompressDXT1 (const void *source, void *target, long Width, long Height, long TP, IdeDriver::BPP TFormat) |
| deBoolean | DecompressDXT2 (const void *source, void *target, long Width, long Height, long TP, IdeDriver::BPP TFormat) |
| deBoolean | DecompressDXT3 (const void *source, void *target, long Width, long Height, long TP, IdeDriver::BPP TFormat) |
| deBoolean | DecompressDXT4 (const void *source, void *target, long Width, long Height, long TP, IdeDriver::BPP TFormat) |
| deBoolean | DecompressDXT5 (const void *source, void *target, long Width, long Height, long TP, IdeDriver::BPP TFormat) |
Variables |
| const int | LOW_5 = 0x001F |
| const int | MID_6 = 0x07E0 |
| const int | HIGH_5 = 0xF800 |
| const int | MID_555 = 0x03E0 |
| const int | HI_555 = 0x7C00 |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.